CallGraph
uicallgraph Class Reference

#include <uicallgraph.h>

Inheritance diagram for uicallgraph:

List of all members.

Public Member Functions

 uicallgraph (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(550, 500), long style=wxTAB_TRAVERSAL)
 ~uicallgraph ()
void m_splitterOnIdle (wxIdleEvent &)
void m_scrolledWindowOnContextMenu (wxMouseEvent &event)

Protected Member Functions

virtual void OnPaint (wxPaintEvent &event)
virtual void OnSaveCallGraph (wxCommandEvent &event)
virtual void OnClosePanel (wxCommandEvent &event)

Protected Attributes

wxSplitterWindow * m_splitter
wxPanel * m_panel1
wxScrolledWindow * m_scrolledWindow
wxMenu * m_menu1
wxPanel * m_panel2
wxGrid * m_grid

Detailed Description

Class uicallgraph

Definition at line 34 of file uicallgraph.h.


Constructor & Destructor Documentation

uicallgraph::uicallgraph ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 550,500 ),
long  style = wxTAB_TRAVERSAL 
)

Definition at line 12 of file uicallgraph.cpp.

Here is the call graph for this function:

Definition at line 93 of file uicallgraph.cpp.

Here is the call graph for this function:


Member Function Documentation

void uicallgraph::m_scrolledWindowOnContextMenu ( wxMouseEvent &  event) [inline]

Definition at line 63 of file uicallgraph.h.

void uicallgraph::m_splitterOnIdle ( wxIdleEvent &  ) [inline]

Definition at line 57 of file uicallgraph.h.

virtual void uicallgraph::OnClosePanel ( wxCommandEvent &  event) [inline, protected, virtual]

Reimplemented in uicallgraphpanel.

Definition at line 49 of file uicallgraph.h.

virtual void uicallgraph::OnPaint ( wxPaintEvent &  event) [inline, protected, virtual]

Reimplemented in uicallgraphpanel.

Definition at line 47 of file uicallgraph.h.

virtual void uicallgraph::OnSaveCallGraph ( wxCommandEvent &  event) [inline, protected, virtual]

Reimplemented in uicallgraphpanel.

Definition at line 48 of file uicallgraph.h.


Member Data Documentation

wxGrid* uicallgraph::m_grid [protected]

Definition at line 44 of file uicallgraph.h.

wxMenu* uicallgraph::m_menu1 [protected]

Definition at line 42 of file uicallgraph.h.

wxPanel* uicallgraph::m_panel1 [protected]

Definition at line 40 of file uicallgraph.h.

wxPanel* uicallgraph::m_panel2 [protected]

Definition at line 43 of file uicallgraph.h.

wxScrolledWindow* uicallgraph::m_scrolledWindow [protected]

Definition at line 41 of file uicallgraph.h.

wxSplitterWindow* uicallgraph::m_splitter [protected]

Definition at line 39 of file uicallgraph.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables